func net.newTCPConn

4 uses

	net (current package)
		file_unix.go#L77: 		return newTCPConn(fd), nil
		tcpsock.go#L220: func newTCPConn(fd *netFD) *TCPConn {
		tcpsock_posix.go#L101: 	return newTCPConn(fd), nil
		tcpsock_posix.go#L143: 	tc := newTCPConn(fd)